projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe4a26d
)
; * lisp/subr.el (setq-local): Fix docstring quotes (bug#50646)
author
Phil Sainty
<phil@catalyst.net.nz>
Sun, 19 Sep 2021 10:25:37 +0000
(22:25 +1200)
committer
Phil Sainty
<phil@catalyst.net.nz>
Sun, 19 Sep 2021 10:40:12 +0000
(22:40 +1200)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index c2cfc18bd7a65dd864afad4df28cc9c51019bc4a..5fac316e379b3b03c094d5763caf1c60b891e8ed 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-166,8
+166,8
@@
variables are literal symbols and should not be quoted.
The second VALUE is not computed until after the first VARIABLE
is set, and so on; each VALUE can use the new value of variables
-set earlier in the
‘setq-local’
. The return value of the
-
‘setq-local’
form is the value of the last VALUE.
+set earlier in the
`setq-local'
. The return value of the
+
`setq-local'
form is the value of the last VALUE.
\(fn [VARIABLE VALUE]...)"
(declare (debug setq))